OXID integration with Symfony Components.
- PHP 5.3 or higher;
- PDO-SQLite PHP extension enabled;
- [OXID system requirements] (http://www.oxid-esales.com/en/products/facts/oxid-eshop-community-edition/system-requirements.html)
- and the usual Symfony application requirements.
$ git clone https://github.com/ioanok/symfoxid $ cd symfoxid/ $ composer install
If you have PHP 5.4 or higher, there is no need to configure a virtual host in your web server to access the application. Just use the built-in web server:
$ cd symfoxid/
$ php app/console server:run
This command will start a web server for the SymfOxid application. You can
access the application in your browser at http://localhost:8000. You can
stop the built-in web server by pressing Ctrl + C
while you're in the
terminal.
NOTE
If you're using PHP 5.3, configure your web server to point at the
web/
directory of the project. For more details, see: http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html