Download the PHP package neosrulez/neos-essentials without Composer
On this page you can find all versions of the php package neosrulez/neos-essentials. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download neosrulez/neos-essentials
More information about neosrulez/neos-essentials
Files in neosrulez/neos-essentials
Package neos-essentials
Short Description Essential and frequently needed things for development with Neos Flow.
License
Informations about the package neos-essentials
Neos Flow essentials
I use this package to avoid having to recreate things that are needed in almost every app every time. Included are a UserService, a MailService (Fusion based mails), some settings and useful abstract PHP classes.
Installation
Run
After installation run
Configuration
Useful services
UserService.php
The UserService covers the most important things that are needed in almost every app. Account and user creation, password generation, ability to check which user or account is logged in.
MailService.php
The MailService can send HTML mails with attachments using Swiftmailer.
FusionMail.fusion
Useful abstract PHP classes
AbstractModel.php
This class provides things from the gedmo doctrine extension and a getter for the persistent object identifier and can be used to extend your own entity models.
AbstractUser.php
This class abstracts from the AbstractModel.php
and provides an abstract class for your own user model, which contains setter and getter for account and setter and getter for the property "active".
Fusion page component
A page prototype to get an output easily.
Fusion login form component
The login component works out-of-the-box.
Author
- E-Mail: [email protected]
- URL: http://www.patriceckhart.com
All versions of neos-essentials with dependencies
neos/imagine Version ^3.3
neos/media Version ^8.3
neos/fusion Version ^8.3
neos/fusion-afx Version ^8.3
neos/fusion-form Version ^2.1
neos/swiftmailer Version ^7.3
gedmo/doctrine-extensions Version ^3.10 || *