https://github.com/4d47/ed
PHP UI to RDBMS
https://github.com/4d47/ed
Last synced: about 1 month ago
JSON representation
PHP UI to RDBMS
- Host: GitHub
- URL: https://github.com/4d47/ed
- Owner: 4d47
- License: mit
- Created: 2014-01-07T02:55:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-06T00:27:01.000Z (over 9 years ago)
- Last Synced: 2025-02-04T13:49:09.256Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 2.02 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ed
*Ed* is a web user interface to relational databases that supports
[CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete)
manipulations.By default it use [Chinook](https://chinookdatabase.codeplex.com),
so update the configs to point to your database. To install and run, type the following:$ composer install # see http://getcomposer.org
$ php -S localhost:8080 -t public/ public/index.php # or ./start.cmd if your a lazy cat
## Featuring
- [Auryn](https://github.com/rdlowrey/Auryn) PHP Dependency Injection Container
- [Stringy](http://danielstjules.github.io/Stringy) A PHP string manipulation library with multibyte support
- [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) Pagination for PHP 5.3
- [Assetic](https://github.com/kriswallsmith/assetic) Assetic is an asset management framework for PHP
- [jQuery](http://jquery.com) write less, do more
- [Select2](http://ivaynberg.github.com/select2) Select boxes replacement
- [Bootstrap](http://getbootstrap.com) Front-end framework
- [Bootbox.js](http://bootboxjs.com) Modal dialog boxes for Bootstrap
- [bootstrap-datepicker.js](http://www.eyecon.ro/bootstrap-datepicker) Date picker for Bootstrap
- [bootstrap-datetimepicker.js](http://www.malot.fr/bootstrap-datetimepicker) Date time picker for Bootstrap
- [bootstrap-timepicker.js](https://github.com/jdewit/bootstrap-timepicker) Time picker for Bootstrap