gigorok / yoda
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP-framework for development Web-Applications
0.2.2
2014-03-24 20:24 UTC
Requires
- php: >=5.4
- gigorok/inflector: 0.1.*
- gigorok/php-dispatcher: 0.1.*
- psr/log: 1.*
This package is not auto-updated.
Last update: 2016-08-16 07:40:00 UTC
README
Yoda Framework is the PHP Framework for development Web Applications.
<?php require __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php'; (new Yoda\Application())->run();
Or you can use yoda-skeleton for creating the project php composer.phar create-project gigorok/yoda-skeleton myProjectName
Yoda Framework works with PHP 5.4 or later.
Installation
For install Yoda Framework you may use composer. Just create a composer.json
file and
run the php composer.phar install
command to install it:
{
"require": {
"gigorok/yoda": "0.2.*"
}
}
More Information
License
Yoda Framework is licensed under the MIT license.