close

Welcome Guest, Not a member yet? Register   Sign In
  Compile PHP to Native Binaries
Posted by: InsiteFX - Yesterday, 03:24 PM - Replies (1)

Compile PHP to Native Binaries

The TypePHP compiler translates PHP source into C++ and then compiles it into native machine code, eliminating interpretation overhead while keeping the PHP development experience. Completely free and open source, free to use commercially.


  The System Design Newsletter
Posted by: InsiteFX - 08-20-2026, 05:36 PM - Replies (1)

Lot's of great articles on AI and System design.  The System Design Newsletter


  Introducing Aksara 6 - Full-Stack, AI-Assisted, Modular+, I18N+ & Instant REST API
Posted by: abydahana - 08-19-2026, 11:12 AM - Replies (6)

[Image: eqJJ752.png]


Hi everyone! ?
I'm excited to introduce Aksara 6, the latest generation of Aksara, an open-source full-stack framework and CMS built to make application development faster without sacrificing flexibility.

Aksara has been evolving for years, and version 6 brings together the tools I commonly need when building real-world applications into a single, integrated development ecosystem.

Rapid Development
Aksara is designed around reducing repetitive work. CRUD interfaces, forms, validation, relationships, filtering, pagination, authentication, access control, and many other common application requirements can be handled with significantly less boilerplate. You can use the abstraction when it saves time and still write your own logic whenever you need full control.

Modular+
Build features as independent modules instead of growing everything inside a monolithic application structure. Modules can contain their own controllers, models, views, configurations, assets, and other resources, making applications easier to organize, maintain, and extend.

Route+
Aksara extends conventional routing with automatic route discovery and smarter endpoint resolution. The goal is simple: spend less time maintaining repetitive route definitions while keeping routing predictable and customizable when you need it.

Frontend+
Aksara isn't only about the backend. Frontend+ provides an integrated system for themes, templates, reusable components, views, layouts, and assets, with straightforward customization and overrides.

REST API
Web application and API development don't need to live in separate worlds. Aksara provides REST API capabilities that can work alongside your regular application, allowing the same underlying resources and business logic to serve web interfaces, external applications, mobile clients, or third-party integrations.

AI Assistance
Aksara 6 also introduces AI directly into the content workflow. AI can assist with creating, translating and refining content while remaining part of the existing content-management experience rather than becoming a separate tool. It's an early step, and I'm planning to explore much more around AI integration in future releases.

I18N+ (Multilingual)
Aksara makes multilingual development less repetitive with a built-in translation system designed to work across the application. Instead of manually maintaining translations everywhere, translatable phrases can be collected and managed centrally, making it easier to add new languages, keep translations consistent, and reuse the same phrases across modules, themes, and application interfaces.
The translation layer integrates naturally with Aksara's modular structure, so modules can remain portable while still supporting application-wide localization. This makes internationalizing an application less about wiring things together and more about simply providing the translations.

Built for Real Applications
Beyond these headline features, Aksara includes the things I've needed while building actual applications: authentication, role-based access control, file management, localization, configurable modules, database abstraction, content management, themes, extensibility, and more.

And underneath all of this is CodeIgniter 4.
Aksara doesn't try to hide or replace CodeIgniter. Instead, it adds another development layer on top of it. When Aksara's abstractions fit the job, they can save a lot of repetitive work. When they don't, you're still free to work directly with CodeIgniter.

Aksara 6 is open source, and I'm continuing to develop and improve it.

I'd love to hear what the CodeIgniter community thinks. Feedback, criticism, ideas, bug reports, and contributions are all welcome.
Demo: https://demo.aksaracms.com (admin:admin123)
GitHub: https://github.com/abydahana/aksara

Thanks for checking it out!


[Image: zEEPHyR.png]

[Image: FeztDEj.png]

[Image: UrtRc4M.png]

[Image: FIkWY3V.png]


  Shield v1.4.1 Released
Posted by: michalsn - 08-18-2026, 05:03 AM - Replies (1)

CodeIgniter Shield v1.4.1 Released

Bug Fixes

  • PwnedValidator cannot reach the HIBP API.

See the release notes for details:
https://github.com/codeigniter4/shield/r...tag/v1.4.1

Full changelog:
https://github.com/codeigniter4/shield/c...0...v1.4.1

Shield is the official authentication and authorization framework for CodeIgniter 4.

See https://shield.codeigniter.com/


  You Don't Have an AI Problem You Have a Thinking Problem.
Posted by: InsiteFX - 08-13-2026, 01:11 AM - No Replies

You Don't Have an AI Problem You Have a Thinking Problem.


  The Last Prompt You Need When Building Software with AI
Posted by: InsiteFX - 08-12-2026, 01:30 AM - Replies (1)

The Last Prompt You Need When Building Software with AI


  API with OAuth2: Recommended extension? Examples?
Posted by: mark_orion - 08-10-2026, 03:51 AM - Replies (1)

I am in the process of creating an API that uses OAuth2 authentication. What are the recommended extensions? And where can I probably find example code for using OAuth2 for an API?


Heart How should I structure an API for saving player progress in CodeIgniter?
Posted by: tahirmehmoodkhokhar786 - 08-08-2026, 10:53 AM - Replies (1)

I'm working on a small gaming project with a web backend built in CodeIgniter. The game needs to send things like player progress, unlocked levels, scores, and settings to the server so they can be restored if the player changes devices.
I'm currently thinking about separating the API endpoints for authentication, player profiles, and game progress, but I'm unsure how much logic should stay in the controllers versus being handled by models or separate service classes.
For those who have built APIs for games or other applications with frequently updated user data, what structure has worked well for you in CodeIgniter?
I'm particularly interested in avoiding overly complicated controllers while keeping the API easy to maintain as the project grows.


  Passkeys Explained Simply
Posted by: InsiteFX - 08-05-2026, 07:56 AM - No Replies

Passkeys Explained Simply


  Ion Auth composer PHP version issue
Posted by: cblnetlink - 08-03-2026, 10:08 PM - Replies (3)

I'm trying to install IonAuth using the installation info provided by Ben Edmunds but have struck a weird (I think) issue. Composer is telling me my PHP is the wrong version, but it's not. This is the output from composer:

Quote:Your requirements could not be resolved to an installable set of packages.
Problem 1
    - Root composer.json requires benedmunds/codeigniter-ion-auth 4.x-dev -> satisfiable by benedmunds/codeigniter-ion-auth[4.x-dev].
    - benedmunds/codeigniter-ion-auth 4.x-dev requires codeigniter4/framework ^v4.3 -> satisfiable by codeigniter4/framework[v4.7.2, v4.7.3, v4.7.4].
    - codeigniter4/framework[v4.7.2, ..., v4.7.4] require php ^8.2 -> your php version (8.1.34) does not satisfy that requirement.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
This is the output from php -i
PHP Version => 8.3.32
This is on a CPanel server where I have specifically set the PHP version to 8.3. Does anyone know why composer would think it is 8.1?

Gary


Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Latest Threads
APPATH and SYSTEMPATH sho...
by dreamszsop
Today, 09:24 AM
Coming in 4.7: API Improv...
by dreamszsop
Today, 09:20 AM
Compile PHP to Native Bin...
by FlavioSuar
Today, 06:14 AM
Introducing Aksara 6 - Fu...
by InsiteFX
08-25-2026, 05:51 PM
The System Design Newslet...
by FlavioSuar
08-21-2026, 04:56 AM
Shield v1.4.1 Released
by InsiteFX
08-18-2026, 09:36 PM
Shield v1.4.0 Released
by boult0028
08-18-2026, 03:28 AM
Server Push/preloading?
by IbrahimKhalil78
08-16-2026, 11:35 PM
Google Calendar
by herbertchambers
08-16-2026, 09:50 PM
Session data not availabl...
by karunadrishti
08-15-2026, 07:24 AM

Forum Statistics
» Members: 227,635
» Latest member: h13buzz
» Forum threads: 78,742
» Forum posts: 381,146

Full Statistics

Search Forums

(Advanced Search)


Theme © iAndrew 2016 - Forum software by © MyBB