Projects tagged ‘extensible’ and ‘php’


Jump to tag:

Projects tagged ‘extensible’ and ‘php’

Filtered by Project Tags extensible php

Refine results Project Tags framework (8) cms (7) web (6) mvc (5) plugin (4) content (3) oop (3) simple (3) php5 (3) mysql (3) management (3) modular (3)

[16 total ]

3 Users
   

Alebion is a 4 years in development php framework heavily relying on FLOSS libraries at its base. So far it has been a play- and testing ground for a small group of developers to try out design ... [More] principles, coding techniques and libraries. Nevertheless Alebion is intensively used in a variety of products created and maintained by the ION Group and is thus extensible by some already available modules. [Less]
Created about 1 year ago.

1 Users

Sandbox Publisher is kind of a mini-CMS. It is designed very simply but it can be extended easily by plugins. It comes with a plugin manager and an event dispatcher. The output is customizable by ... [More] templates written directly in PHP. Sandbox Publisher is only some hundreds lines of code within three PHP files 'big'. [Less]
Created about 1 year ago.

1 Users

eXtensible Binary Universal Protocol (XBUP) project is an attempt to design general binary communication protocol and file format. It uses unlimited unary-binary encoding and minimalist block tree ... [More] structure and eligible syntax tier. There is prototype implementation in progress. [Less]
Created about 1 year ago.

1 Users

VictoryCMS is an open source content management system and web framework. VictoryCMS is designed to be extensible, modular, and adaptable; while at the same time being easy to use for building web ... [More] sites, web portals, and web applications. Our goal is to provide a complete content management system and web framework that is independent of any web server and database as long as it supports the PHP scripting language. Another goal of the project is to make templates and web content easy to create and manage. Although it is currently just a framework, the groundwork has been laid for the system to be useful for many different applications. Developments are made everyday towards our goals. We welcome any developers, graphic artists, and others to participate in the ongoing development. [Less]
Created 12 months ago.

1 Users
 

Stripped down, bare, and extensible PHP framework made for code addicts
Created over 2 years ago.

0 Users

welcome this is my bluecode simple cms (bcc)
Created 12 months ago.

0 Users

AboutThis library started in the Summer of 2008 and is still in an early stage. This library has two aims. Firstly, it bundles small and simple re-usable functions that I use regularly, such as ... [More] functions to work on 2-dimensional arrays. Secondly, it features new solutions to more complex but common problems, that other libraries or frameworks did not solve in a way I was looking for. Part of this library may depend on the Zend Framework. This library uses simpletest for unit testing. ComponentsOpen for trialThe following components are open for trial. CV_OutputFilter (beta)forces the developer to escape output data, effectively preventing Cross Site Scripting caused by laziness. For more info read the examples, the unit tests and the Google Groups Thread CV_Collection (alpha)A powerful collection class, based on SPL::ArrayObject. It is superior from simply using arrays for managing collections. Among other features, CV_Collection offers methods for sorting and filtering, similar to PHPLinq. CV_Collection has a few significant advantages over PHPLinq. A shorter, more readable interface. Names easier to learn for PHP developers. While PHPLinq reminds of SQL, CV_Collection widely re-uses the familar names of the standard php Array-functions. Security assistance. Both CV_Collection and PHPLinq use expressions provided as strings, for queries. This opens the serious danger of code injection. To assist in avoiding security vulnerabilities, CV_Collection provides support for binding variables, similar to what PDO allows for SQL-Queries. This way embedding potentially dangerous strings directly into the expression string can be avoided. CV_Collection can be used for collections of any kind of data. It however offers special convenience functions for collections of objects and database records. These include extracting a "column" from a database result set and using the database IDs as array keys. CV_Collection offers a fluent interface aka. support for method chaining. CV_Filter_Input (stable)extends Zend_Filter_Input to allow proper handling of arrays, also submitted as a patch http://framework.zend.com/issues/browse/ZF-4354 IncompleteThe following components exist in a very incomplete state in the code base. CV_ORM (pre-alpha)an Object-relational mapping approach, that aims to solve some problems all competitors share. The recognized competitors are ezpdo, ezComponents, doctrine, propel, PEAR DB_DataObject. Some goals of this implementation: easy out-of-the box functionality: include and run, no configuration needed (except for database login). Have ORM in place within 10 seconds. (Especially no huge XML configuration as in Propel) completely customizable model implementations (using code generation based on replaceable code templates), in order to allow conformity to any existing architecture be adaptable to the developers taste of style and architecture for models, in other words: use getters or public attributes or ArrayAccess or get set or whatever you like. It's up to you, you can adapt the implementation completely to what you like in a simple way. use your own custom class extension strategy, no forced base class as in doctrine and propel, no proxing object as in ezpdo direct access to objects related over several hops, not just one (one-to-many) or two (many-to-many) but through arbitrary relationship paths maximum re-use of data already in the database schema: your change your schema -> your models change right away. retrieval and merging of the schemas from several sources: database, an array configuration format, your custom schema source. This allows to transparently add data not available in one source. Your database does not provide foreign key information? Or you want to change the name of the class member retrieving related objects? Just complement the missing data by additional configuration. This also allows to tolerate database changes, no migration problems as in the other ORM frameworks DataMapper, not ActiveRecord, in other words separation of model and database logic CV_Form (pre-alpha)aims to implement form handling in a way that is php-developer-friendly as well as web-designer-friendly. PlannedPrototypes for the following components exist, but are not yet in shape to be put into the code base. CV_ErrorHandler (planned)An error handling class that works with set_error_handler and set_exception_handler . It will offer the following features: allows to specify include/exclude rules based on path and error code respects the @ operator to oppress error messages creates a snapshot of the variable state, when the error occurred for later analysis send E-Mails to a specified address accumulates several errors into 2 emails (2 not 1 for technical reasons) waits for a given time until it sends the next mail provides a GUI to analyze the variable state snapshops for a specific error CV_Controller (planned)A very light-weight controller class as in Model-View-Controller. CV_View (planned)A very light-weight view class as in Model-View-Controller. The class makes use of CV_OutputFilter to provide convenient and secure views. CV_TranslatorA class that assists in very easy to implement and yet very flexible localization. It provides support to be integrated into CV_View. CV_Singleton / CV_Multiton (planned)Abstract classes to rapidly implement the Singleton or Multiton design patterns for new classes. [Less]
Created 12 months ago.

0 Users

Extensible PHPThis project is a group of classes I developed and use frequently on all my projects. It is designed for the server side developer, and is just a a series of classes that can be used ... [More] on-demand to help automate some of the development process. All of the classes can be easily extended to fit your needs, and all can be used independent of each other. I'm always looking for input, suggestions, and help to make it better. [Less]
Created 12 months ago.

0 Users

ZelosZelos is a simple but easily extensible content management system based on PHP5 and some DBMS. It is used to power content-based websites such as ezines. Main featuresMain principle: KISS. Keep ... [More] it simple, stupid PHP based Well commented Well structured Easy to setup Easy to extend Accessible output (XHTML 1.1, CSS) [Less]
Created 12 months ago.

0 Users

Extensible & Lightweight PHP5 Web Framework.Spritch is the only framework you need — it's an open source project that allows you to create great web applications with less code and more ... [More] security. Spritch is built over HMVC pattern and his main objective is extensibility: everything is built to be extensible with no extra code, there are tons of fantastic extensions for any sort of job that facilitates development and saves your time. The great thing about this is that it's community driven and anyone can contribute to the project with code, extensions or knowledges! [Less]
Created 10 months ago.