b38ad03b8a85b65c00d8977d0c7017041bb35fcb
namp2
Not another MP2 a.k.a MP3 done the right way.
Requirements.
- PHP >=5.3.6 (production).
- PHP >=5.5 (dev).
Install.
- Clone the repo in wp-content/plugins.
- Install PHP (OSX comes with it).
- Install composer.
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
- Install composer.
$ php composer.phar install
Structure.
-
/assets CSS and JS.
-
/lang Language files.
-
/lib MailPoet classes. All classes are autoloaded, under the MailPoet namespace.
namespace \MailPoet\Models;
class Subscriber {}
$subscriber = new \MailPoet\Models\Subscriber();
-
/test Acceptance and spec tests.
-
/mailpoet.php Kickstart file.
Rules.
- Two spaces indentation, Ruby style.
- CamelCase for classes.
- snake_case for methods.
- Max line length at 80 chars.
- Composition over Inheritance.
- ...
Description
5.12.4-pirate
Latest
Languages
PHP
73.2%
TypeScript
12.8%
JavaScript
7.7%
SCSS
2.5%
HTML
2%
Other
1.7%