Skip to content
View Jeckerson's full-sized avatar
Today I work hard to get a dinner!
Today I work hard to get a dinner!

Sponsors

@Ultimater
Block or Report

Block or report Jeckerson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Jeckerson/README.md

🔧 Work in progress

  • phalcon/phalcon - [WIP] Phalcon Framework. Work will continue after release of v5.0 (4 days ago)
  • phalcon/migrations - Generate or migrate database changes via migrations. (1 week ago)
  • zephir-lang/zephir - Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP (1 month ago)
  • phalcon/cphalcon - High performance, full-stack PHP framework delivered as a C extension. (1 month ago)
  • zephir-lang/php-zephir-parser - The Zephir Parser delivered as a C extension for the PHP language. (2 months ago)
  • phalcon/docker - Official docker images with Phalcon framework. (2 months ago)
  • phalcon/assets - This repository holds all the assets that Phalcon sites use (2 months ago)
  • phalcon/license - The content of license.phalcon.io (2 months ago)
  • phalcon/incubator-mongodb - MongoDB Database adapter for Phalcon Framework. (3 months ago)
  • phalcon/incubator-logger - Extended Adapters for Phalcon Framework Logger component. (4 months ago)

📌 Latest releases I've contributed to

Pinned

  1. phalcon/cphalcon phalcon/cphalcon Public

    High performance, full-stack PHP framework delivered as a C extension.

    PHP 10.8k 2k

  2. zephir-lang/zephir zephir-lang/zephir Public

    Zephir is a compiled high-level language aimed to ease the creation of C-extensions for PHP

    PHP 3.3k 469

  3. zephir-lang/php-zephir-parser zephir-lang/php-zephir-parser Public

    The Zephir Parser delivered as a C extension for the PHP language.

    C 179 36

  4. phalcon/phalcon-devtools phalcon/phalcon-devtools Public

    Phalcon Developer Tools

    JavaScript 1.3k 631

  5. phalcon/migrations phalcon/migrations Public

    Generate or migrate database changes via migrations.

    PHP 28 22

  6. Create swap file on Linux Create swap file on Linux
    1
    fallocate -l 1G /swapfile
    2
    chmod 600 /swapfile
    3
    mkswap /swapfile
    4
    swapon /swapfile
    5
    echo "/swapfile none swap sw 0 0" | tee -a /etc/fstab