Create a new plugin

Your plugin
(learn more)
(learn more)
(learn more)
Configuration
If your plugin needs some configuration, you can define keys below.
array(
'' =>
);
Events
You can create event listeners in your plugin. For more information about each event, check out the event browser in the documentation.
Atomik::Start
Atomik::Error
Atomik::Dispatch::Start
Atomik::Dispatch::Uri
Atomik::Dispatch::Before
Atomik::Output::Before
Atomik::Output::After
Atomik::Dispatch::After
Atomik::Router::Start
Atomik::Router::End
Atomik::Execute::Start
Atomik::Execute::Before
Atomik::Execute::After
Atomik::Executefile
Atomik::Render::Start
Atomik::Render::Before
Atomik::Render::After
Atomik::Renderfile::Before
Atomik::Renderfile::After
Atomik::Renderlayout
Atomik::End
Atomik::Loadhelper::Before
Atomik::Loadhelper::After
Atomik::Plugin::Before
Atomik::Plugin::After
Atomik::Registerpluggableapplication
Atomik::Dispatchpluginapplication::Ready
Atomik::Dispatchpluginapplication::Start
Atomik::Url
Atomik::Flash
Atomik::Needed
Atomik::Redirect
Atomik::404
Atomik::Log
Atomik::Debug
Console::Start
Console::End
Console::Init
Console::Generate
Manifest.xml
The Manifest.xml file is an XML file providing metadata information about your plugin. It will be used by the plugin repository (if you decide to share your plugin). You can learn more in the manual.
Don't create the Manifest.xml file
Create the Manifest.xml file, fill in the fields below
Download
You can now download your plugin as a ZIP archive.