element/nexus

Element3 is a super ''easy-to-work-with'' php framework, that are built on top of Slim3. It's very similar to Laravel

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:SCSS

Type:project


README

Element logo

Minimum PHP Version Latest version Build Status Software License Total Downloads

Element is designed to be very simple and straightforward to use.

🐘 Requirements

Element requires PHP 7.1+.

IMPORTANT: If you want to use YAML files or strings, then you need to require in the Symfony Yaml component in your composer.json.

⚡ Installation

The supported way of creating an Element project is via Composer.

$ composer create-project element/nexus <NAME>

Whats the foss all about?

Element is designed to be very simple and straightforward to use. It's kind of similar to Laravel, but with a structure and context that suited my needs and taste in a better way!... While the public views are more or less up to the developer itself, I decided to use the free version of Soft UI Dashboard from creative tim for the backend dashboard, simply because it's really easy to use! It has lots of cool ui elements and the best part of it?! It's 100% free - Even for commercial apps 😊 So you are good there 👌... Although it comes with an MIT license, so please bear that in mind whenever you make any changes to the code.

But I highly recommend any users of Element3 to check out their Pro version 👀📢 It's really cool, and it comes with a lot of extra cool features... Or else feel free to switch to your own template if you like. (I left the theme as a .zip folder under 'src/assets/themes')

💬 Usage

Open up the terminal and type the command below, to see a list of all the commands Element cli has to offer...

$ php element

For example, this command will launch the app on the built-in webserver

$ php element app:serve

But please try it out for yourself! 🚀 It has loads of cool features 😎

Testing

$ phpunit

🔗 Contributing

Please see CONTRIBUTING for details.

👮 Security

If you discover any security related issues, please email stefan@korfitz.com directly, instead of using the issue tracker.

✔️ Source

Element was inspired and put together from these courses over at codecourse.com

  1. Build a shopping cart (episode 2)
  2. Configuration with Slim 3
  3. Custom 404 views with Slim 3
  4. JWT Authentication from Scratch
  5. Eloquent translations with Slim 3
  6. Slim 3 Pagination
  7. Mailable Classes in Slim 3
  8. Get friendly with Webpack
  9. Building a Vue project with Webpack
  10. Learn Vuex
  11. The Symfony Console Component
  12. Build a command-line uptime monitor
  13. Database migrations with Slim
  14. Build an image upload microservice
  15. Unit testing with PHPUnit

📣 Credits

©️ License

The MIT License (MIT). Please see the license file for more information.