europaphp/skeleton

A skeleton EuropaPHP app.

2.1.1 2013-03-20 04:29 UTC

This package is not auto-updated.

Last update: 2024-04-08 13:49:35 UTC


README

Build Status

EuropaPHP is an extremely fast, flexible and lightweight MVC Framework designed for PHP 5.4+.

Why Another PHP Framework?

EuropaPHP is the manifestation of the shortcomings of other PHP frameworks with a strong focus on modularity, scalability, standards, the view/controller relationship and dependency injection. It is specifically designed to be paired with your favourite libraries and it will seamlessly integrate with anything.

Installation

You can either clone, download the source or use Composer:

composer create-project europaphp/skeleton

All required framework components will be available and you should be able to start a server and see something:

php -S localhost:3000 -t www

Then go to:

http://localhost:3000

You can also see the available commands:

bin/eu ?

Contributing

Fork. Test. Code. Submit. Rinse. Repeat. Crack a beer.

License

Copyright (c) 2005-2013 Trey Shugart

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.