PHPackages                             elefant/cms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. elefant/cms

ActiveLibrary[Database &amp; ORM](/categories/database)

elefant/cms
===========

The Elefant CMS

2.4.1-stable(1y ago)21088838[17 issues](https://github.com/jbroadway/elefant/issues)[6 PRs](https://github.com/jbroadway/elefant/pulls)MITPHPPHP &gt;=7.2

Since Feb 18Pushed 1y ago25 watchersCompare

[ Source](https://github.com/jbroadway/elefant)[ Packagist](https://packagist.org/packages/elefant/cms)[ Docs](http://www.elefantcms.com/)[ RSS](/packages/elefant-cms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (20)Used By (0)Security (13)

Elefant CMS
===========

[](#elefant-cms)

[![GitHub Workflow Status](https://camo.githubusercontent.com/91347673172be41cd46974caa268bf9553e87bcba40bc64fbcce33cfa135aadc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a62726f61647761792f656c6566616e742f63692e796d6c3f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/91347673172be41cd46974caa268bf9553e87bcba40bc64fbcce33cfa135aadc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6a62726f61647761792f656c6566616e742f63692e796d6c3f6272616e63683d6d6173746572)[![GitHub](https://camo.githubusercontent.com/ae30eeeca5a5bbad1d470cca97eec7ce62e9779094604db67c9ceee4340d8191/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a62726f61647761792f656c6566616e74)](https://camo.githubusercontent.com/ae30eeeca5a5bbad1d470cca97eec7ce62e9779094604db67c9ceee4340d8191/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6a62726f61647761792f656c6566616e74)[![Packagist PHP Version Support](https://camo.githubusercontent.com/65311288705fc270cccd7d3d894b63361142c967850a1385754edde6337e232a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f656c6566616e742f636d73)](https://camo.githubusercontent.com/65311288705fc270cccd7d3d894b63361142c967850a1385754edde6337e232a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f656c6566616e742f636d73)

[Elefant](https://www.elefantcms.com/) is a refreshingly simple PHP content management system and web framework. Elefant is a fast, lean tool for building everything from simple websites to complete web applications.

Installation help &amp; documentation
-------------------------------------

[](#installation-help--documentation)

Elefant has extensive documentation including installation instructions, user manual, designer guides, and developer tutorials here:

-

You can also find help on our community forum here:

-

Built for designers
-------------------

[](#built-for-designers)

**Compiled, ultra-fast templates**

Elefant compiles your templates into secure, readable PHP code, so rendering is as fast as possible and also takes advantage of bytecode caching (e.g., APC).

**Dead simple, concise template tags**

[Familiar syntax](https://www.elefantcms.com/docs/2.2/designers/template-language) to other template languages, with some added conveniences for dynamic embeds and internationalization.

**Clean, easy to use site editor for your users**

Elefant comes out of the box with a [full-featured CMS](https://www.elefantcms.com/docs/2.2/user-manual)for your users. You can even [white label it](https://www.elefantcms.com/docs/2.2/designers/white-labelling-the-cms).

**Syntax highlighted template and CSS editor**

Sophisticated [in-browser editing](https://www.elefantcms.com/docs/2.2/designers)with highlights and references at your finger tips.

**Live preview while editing templates and CSS**

Preview in real time as you make changes. Or if you prefer, edit files directly with your editor of choice.

**Integrates with 960 grid system and jQuery**

Or any other CSS grid/layout system, giving you complete control over your designs. Theme builder also provides defaults for Twitter Bootstrap.

Built for developers
--------------------

[](#built-for-developers)

**Quickly built custom apps**

With all the tools you need, and a very low learning curve, Elefant gets you writing code quickly.

**Extensively documented**

Including full [API reference](https://www.elefantcms.com/visor), [user manual](https://www.elefantcms.com/docs/2.2/user-manual), [tutorials, and much more](https://www.elefantcms.com/docs/2.2/developers).

**Strong security by default**

[Flexible form building](https://www.elefantcms.com/docs/2.2/developers/form-handling), [input validation](https://www.elefantcms.com/docs/2.2/developers/input-validation), and automatic prevention of XSS, SQL injection, CSRF, and other types of attacks.

**Very fast and low memory**

Elefant uses less memory than any of the major frameworks, so you can serve more visitors with the same resources. Benchmarks: [MVC layer](https://github.com/jbroadway/phpmark-elefant/blob/master/php-framework-benchmark-results.md), [database access](https://github.com/jbroadway/php-dbal-bench), and [template rendering](https://github.com/jbroadway/template-bench).

**Solid debugging tools**

Debug mode prints full traces with highlighted source code and variable state to help you fix bugs faster.

**Minimalist HMVC/Model2 architecture**

Elefant takes a [unique but proven approach](https://www.elefantcms.com/docs/2.2/developers/request-response-cycle)that helps minimize boilerplate without sacrificing code organization as your project grows.

**Shared apps to save you time**

From blogs to user management, events to search, Elefant saves you time not reinventing the wheel with [high quality shared apps](https://www.elefantcms.com/listings).

**Thoroughly unit-tested**

Elefant's core framework is covered by [extensive unit tests](https://github.com/jbroadway/elefant/tree/master/tests), ensuring a stable base to build on.

**Internationalization**

Elefant apps are automatically [i18n aware](https://www.elefantcms.com/docs/2.2/administration/multilingual-setup), with built-in multilingual capabilities and locale awareness.

More developer goodness
-----------------------

[](#more-developer-goodness)

Elefant builds on over 12 years of PHP experience, and aims to simplify rapid PHP development again. As such, Elefant takes into consideration all the little details to help you work faster and better:

- Really simple, [automatic URL routing](https://www.elefantcms.com/docs/2.2/developers/mapping-your-routes) w/ friendly URLs
- [Minimal but secure and fast ORM](https://www.elefantcms.com/docs/2.2/developers/modelling-your-data) (based on PDO)
- Output filtering is turned *on by default*
- Tight [cache integration](https://www.elefantcms.com/docs/2.2/developers/caching) (supports APC/APCu, filesystem, Memcache, Redis, and XCache)
- Matching server- and client-side input validation
- Dead-simple [form handling](https://www.elefantcms.com/docs/2.2/developers/form-handling)
- Customizable [user authentication](https://www.elefantcms.com/docs/2.2/developers/users-and-access-control)
- [CLI tool](https://www.elefantcms.com/docs/2.2/developers/writing-command-line-scripts) for common tasks
- As little scaffolding as possible
- Gzip output compression
- [Assetic](https://github.com/jbroadway/assetic) integration

Try it out
----------

[](#try-it-out)

[Download the latest release here.](https://www.elefantcms.com/download)

- [Installation instructions](https://www.elefantcms.com/docs/2.2/getting-started)
- [Requirements](https://www.elefantcms.com/docs/2.2/getting-started/requirements)
- [Support forum](https://www.elefantcms.com/community)
- [Credits](https://www.elefantcms.com/credits)

FAQ
---

[](#faq)

**Q. Do you know you spelt Elephant wrong?**

A. This was my attempt at being hip and cool. No good?

**Q. Isn't Elefant a bit of an oxymoron for a slim framework?**

A. Why, yes. Yes it is.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community27

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 72.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~984 days

Total

2

Last Release

570d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b91acdfd63010e0f6e919966f77adb2d8ce178bca89db78645d5d69f44f5aebe?d=identicon)[jbroadway](/maintainers/jbroadway)

---

Top Contributors

[![jbroadway](https://avatars.githubusercontent.com/u/87886?v=4)](https://github.com/jbroadway "jbroadway (2189 commits)")[![lux](https://avatars.githubusercontent.com/u/13695?v=4)](https://github.com/lux "lux (596 commits)")[![mmelnyk](https://avatars.githubusercontent.com/u/2314004?v=4)](https://github.com/mmelnyk "mmelnyk (103 commits)")[![betaman](https://avatars.githubusercontent.com/u/245542?v=4)](https://github.com/betaman "betaman (45 commits)")[![gareththered](https://avatars.githubusercontent.com/u/3902182?v=4)](https://github.com/gareththered "gareththered (25 commits)")[![twheel](https://avatars.githubusercontent.com/u/3870415?v=4)](https://github.com/twheel "twheel (18 commits)")[![shortjared](https://avatars.githubusercontent.com/u/1689118?v=4)](https://github.com/shortjared "shortjared (11 commits)")[![electrolinux](https://avatars.githubusercontent.com/u/601587?v=4)](https://github.com/electrolinux "electrolinux (6 commits)")[![olegiv](https://avatars.githubusercontent.com/u/914452?v=4)](https://github.com/olegiv "olegiv (6 commits)")[![vlastikcz](https://avatars.githubusercontent.com/u/498454?v=4)](https://github.com/vlastikcz "vlastikcz (3 commits)")[![AxorB](https://avatars.githubusercontent.com/u/851751?v=4)](https://github.com/AxorB "AxorB (3 commits)")[![pincher2012](https://avatars.githubusercontent.com/u/1856521?v=4)](https://github.com/pincher2012 "pincher2012 (1 commits)")[![jonphipps](https://avatars.githubusercontent.com/u/12743?v=4)](https://github.com/jonphipps "jonphipps (1 commits)")[![R-J](https://avatars.githubusercontent.com/u/3996187?v=4)](https://github.com/R-J "R-J (1 commits)")

---

Tags

blogblog-enginebloggingcachecmselefantframeworki18ninternationalizationmultilingualmvcmysqlormphppostgresqlroutingsqlitetemplate-engineviewswebsitecmswysiwygcontent managementelefant

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/elefant-cms/health.svg)

```
[![Health](https://phpackages.com/badges/elefant-cms/health.svg)](https://phpackages.com/packages/elefant-cms)
```

###  Alternatives

[frozennode/administrator

A database interface package for Laravel

1.9k249.4k](/packages/frozennode-administrator)[forkcms/forkcms

Fork is an open source CMS that will rock your world.

1.2k44.5k](/packages/forkcms-forkcms)[summerblue/administrator

A database interface package for Laravel, modified!

29329.8k1](/packages/summerblue-administrator)[dgrigg/craft-migration-assistant

Create content migrations at the click of a mouse. Keep environments in sync with ease.

2782.3k](/packages/dgrigg-craft-migration-assistant)[craftcms/query

Execute database queries from the Control Panel

1614.4k1](/packages/craftcms-query)[craftcms/fix-fks

Restore missing foreign key constraints in the database.

1217.4k](/packages/craftcms-fix-fks)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
