PHPackages                             maiconpinto/cakephp-blog-tutorial - 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. maiconpinto/cakephp-blog-tutorial

ActiveProject

maiconpinto/cakephp-blog-tutorial
=================================

CakePHP Blog Tutorial

1.0.1(10y ago)199↓100%MITPHPPHP &gt;=5.5.9

Since Apr 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/maiconpinto/cakephp-blog-tutorial)[ Packagist](https://packagist.org/packages/maiconpinto/cakephp-blog-tutorial)[ Docs](http://cakephp.org)[ RSS](/packages/maiconpinto-cakephp-blog-tutorial/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

CakePHP Blog Tutorial
=====================

[](#cakephp-blog-tutorial)

This project is the result of the tutorial step-by-step Official CakePHP website. It is a way to practice and study the new version of CakePHP 3.x.

Basically `CTRL+C` `CTR+V` of site, with some minor changes, such as adding the [Migration](http://book.cakephp.org/3.0/en/migrations.html).

Installation
------------

[](#installation)

`composer create-project maiconpinto/cakephp-blog-tutorial`

OR

`composer create-project --prefer-dist maiconpinto/cakephp-blog-tutorial [app_name]`

> Learn to use the composer, it is an essential tool. [Official website](http://getcomposer.org) and if you want I have a friend who provided free course [composer in practice](https://www.webdevbr.com.br/composer-na-pr%C3%A1tica), the Erik Figueiredo of website [webdevbr.com.br](https://www.webdevbr.com.br/)

Configuration
-------------

[](#configuration)

`mv config/app.default.php config/app.php`

Edit file.

```
//config/app.php

'Datasources' => [
        'default' => [
            'className' => 'Cake\Database\Connection',
            'driver' => 'Cake\Database\Driver\Mysql',
            'persistent' => false,
            'host' => 'localhost',
            /**
             * CakePHP will use the default DB port based on the driver selected
             * MySQL on MAMP uses port 8889, MAMP users will want to uncomment
             * the following line and set the port accordingly
             */
            //'port' => 'non_standard_port_number',
            'username' => 'YOUR_USERNAME',
            'password' => 'YOUR_SECRET',
            'database' => 'YOUR_DATABASE',
            'encoding' => 'utf8',
            'timezone' => 'UTC',
            'flags' => [],
            'cacheMetadata' => true,
            'log' => false,
```

Migrations
----------

[](#migrations)

After installing and configuring the database, let's run the migration to create the tables.

`bin/cake migrations migrate`

Useful links
------------

[](#useful-links)

[Tutorials &amp; Examples](http://book.cakephp.org/3.0/en/tutorials-and-examples.html)

[Blog tutorial](http://book.cakephp.org/3.0/en/tutorials-and-examples/blog/blog.html)

[Blog tutorial - Part 2](http://book.cakephp.org/3.0/en/tutorials-and-examples/blog/part-two.html)

[Blog tutorial - Part 3](http://book.cakephp.org/3.0/en/tutorials-and-examples/blog/part-three.html)

[Blog Tutorial - Authentication and Authorization](http://book.cakephp.org/3.0/en/tutorials-and-examples/blog-auth-example/auth.html)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

2

Last Release

3675d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94eb2a3f51b6c331f083fc13d066cd8645b5cc9eddb96803e20b9b910a7dd733?d=identicon)[maiconpinto](/maintainers/maiconpinto)

---

Top Contributors

[![maiconpinto](https://avatars.githubusercontent.com/u/1476940?v=4)](https://github.com/maiconpinto "maiconpinto (33 commits)")

### Embed Badge

![Health badge](/badges/maiconpinto-cakephp-blog-tutorial/health.svg)

```
[![Health](https://phpackages.com/badges/maiconpinto-cakephp-blog-tutorial/health.svg)](https://phpackages.com/packages/maiconpinto-cakephp-blog-tutorial)
```

###  Alternatives

[cakephp/app

CakePHP skeleton app

3831.7M1](/packages/cakephp-app)[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.0k](/packages/bedita-manager)[xety/xeta

A resource to help people starting with Cake3

531.4k](/packages/xety-xeta)

PHPackages © 2026

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