
Completed
Posted
Paid on delivery
I need a small Joomla component, written in PHP with an SQL back-end, that lets customers upload STL or OBJ files through the site, stores every file on the server, then immediately returns three key figures on screen: • the model’s overall X-Y-Z dimensions • its calculated weight • its volume in millilitres + price on volume approximation and shows the 3d file in frontend Nothing beyond STL and OBJ has to be accepted. The calculation logic can reside inside the component or in a separate script that the component calls, as long as the final output appears instantly after each upload. I will supply the Joomla admin credentials and a clean test site; you deliver an installable component (or clear installation steps) plus the SQL table definition used to record file paths and result values. Please keep the code modular so I can later adjust density or unit conversions, and document any third-party libraries you integrate for geometry parsing. Must work on Joomla 6. Must show 3D object with possibility to zoom/rotate on gray background. Block upload if file too big (size setting in admin). Upload time limit, after 3 uploads block upload for some time (setting in admin). all settings can be without admin panel, just the specific php file.
Project ID: 40475001
188 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Hi, I've built custom Joomla components with PHP/SQL backends and have experience with 3D file parsing. I can deliver exactly what you need. STL/OBJ Upload & Parsing: - Joomla 6 component with file upload form (STL/OBJ only) - Server-side validation: file type, size limit (configurable) - Upload rate limiting: 3 uploads then cooldown (configurable) - PHP geometry parser for binary/ASCII STL and OBJ formats Calculations: - X-Y-Z bounding box dimensions from vertex data - Volume via signed tetrahedron method - Weight estimate based on configurable material density - Price approximation based on volume (configurable rate/ml) - Results displayed instantly after upload 3D Viewer (Frontend): - [login to view URL] viewer with gray background - Zoom/rotate via mouse/touch - Loads uploaded STL/OBJ directly in browser - Responsive on desktop and mobile Database: - SQL table: file path, dimensions, weight, volume, price, timestamp - Clean table definition in install package Deliverables: - Installable Joomla 6 component package - SQL table definition - Settings in a config PHP file (density, units, size limit, rate limit) - Documented third-party libs ([login to view URL], PHP STL parser) - Modular code for easy adjustments Two milestones: 1. Upload system, parsing, calculations, database 2. 3D viewer, rate limiting, testing, docs
€500 EUR in 10 days
6.5
6.5
188 freelancers are bidding on average €426 EUR for this job

Hi, I can create the Joomla component to enable file uploads of STL and OBJ formats, ensuring it calculates the X-Y-Z dimensions, weight, and volume immediately after upload. My experience with Joomla and PHP over the past 8+ years includes developing modular components, allowing for easy adjustments later. I’ll ensure to include clear documentation for any libraries used and provide the necessary SQL table definitions for storing file paths and results. Let me know if you’d like to move forward! Best Regards, Priyanka
€500 EUR in 7 days
8.4
8.4

Hi — Elias here from Miami. I see you're looking to develop a Joomla component for STL/OBJ file analysis to facilitate customer uploads while ensuring a seamless user experience. What usually matters most here is how well the component handles file processing and rendering, especially given the complexities of 3D files. A common issue in systems like this is managing performance and reliability during uploads and rendering, particularly as user volume grows. My approach would involve structuring the backend to efficiently manage file storage and retrieval, while optimizing the SQL database for quick access. I would prioritize maintainability and scalability to accommodate future enhancements, such as advanced analytics or support for different file formats. I've developed similar components for content management systems, focusing on stability and user-friendly interfaces. A few questions to better understand the scope: Q1 – What specific user roles will interact with the component, and what permissions will they need? Q2 – Are there any particular integrations with existing systems you envision for the analysis results? Q3 – What are your expectations in terms of scaling, especially if file uploads increase significantly? Happy to go through the details and suggest the best technical approach. Looking forward to hearing from you.
€500 EUR in 3 days
8.3
8.3

I have strong Joomla component development experience and can build exactly what you need — a Joomla 6 component that accepts STL/OBJ file uploads, stores files server-side, and instantly returns X-Y-Z dimensions, calculated weight, volume in ml, and a volume-based price estimate. I'll use a PHP geometry parsing library (e.g., php-stl-parser) for calculations, keep it modular so density/unit conversions are easily adjustable, and document all third-party libraries. The frontend will render the 3D model with zoom/rotate on a gray background using Three.js. Admin-configurable settings (max file size, upload rate limit) will be in a dedicated PHP config file as requested. SQL table definition and an installable package will be included. What default material density should I use for weight calculations? Regards, Harsh Thoriya
€750 EUR in 7 days
8.4
8.4

Hi, I can help develop a custom Joomla component in PHP with an SQL backend that allows users to upload STL and OBJ files, store them securely on the server, and instantly display the model dimensions (X/Y/Z), calculated weight, volume in millilitres, and a 3D preview after upload. The code will be modular and documented so you can later adjust density values, unit conversions, or extend functionality easily. I can also integrate reliable geometry parsing libraries and clearly document any third-party dependencies used. I will provide an installable component package, SQL schema, and setup instructions for your Joomla environment. Looking forward to discussing the details further. Best regards,
€450 EUR in 7 days
7.8
7.8

I'll build your Joomla component for STL/OBJ 3D file analysis with a clean MVC architecture that handles mesh parsing, volume/surface area calculations, and dimensional analysis directly within the Joomla admin panel. My approach: server-side PHP parser for both STL (binary + ASCII) and OBJ formats, with chunked file reading to handle large meshes without hitting PHP memory limits. The analysis engine will extract vertex counts, face counts, bounding box dimensions, surface area, and estimated volume using signed tetrahedron method. The component will include a proper Joomla admin interface with file upload, analysis results display, and exportable reports. I'll integrate with Joomla's media manager and follow Joomla 4/5 component standards with proper namespace structure. Key deliverables: - STL/OBJ parser with binary and text format support - Geometric analysis (volume, surface area, dimensions, vertex/face count) - Admin component with upload and results view - Database storage for analysis history - Clean Joomla MVC structure with install/uninstall scripts I've built similar 3D file processing tools and Joomla extensions — happy to share examples.
€250 EUR in 14 days
8.1
8.1

Hi there, I understand you need a Joomla component that allows users to upload an STL or OBJ file, which the server then immediately processes. The system will parse the geometry to calculate the model's bounding box dimensions, volume, and weight. These results, along with an interactive 3D viewer for the model, will be displayed instantly to the user. The backend will also enforce admin-configured rules for maximum file size and upload rate limiting. Technical approach: - Build as a standard Joomla MVC component using PHP and a dedicated SQL table. - Utilize a robust server-side PHP library for parsing STL/OBJ mesh data to ensure accurate calculations. - For the frontend, integrate a Three.js-based viewer to provide interactive 3D rendering with zoom, rotate, and background color controls. - Admin settings (file size, upload limits, density) will be managed through the standard Joomla component configuration. Core modules: - File Upload & Validation Engine: Handles file types, enforces size limits, and manages user upload frequency to prevent abuse. - Geometry Analysis Service: The core backend logic that parses the file, calculates dimensions, volume, and subsequently weight. - Interactive 3D Rendering View: The frontend component that loads the model file and presents it with the required user controls. I will start by setting up the core component structure and the geometry parsing engine. Next, I'll implement the file handling and calculation logic, followed by the frontend viewer. The final step involves building the admin panel and thorough testing with various model files. Regards, Rohit
€250 EUR in 10 days
8.0
8.0

Woah Hello, It sounds like you’re looking for a Joomla component that allows users to upload STL or OBJ files and instantly provides key metrics about those files. I can create a solution that handles file uploads, calculates the model's dimensions, weight, and volume, and displays everything nicely along with the 3D model. With 7+ years of experience in PHP, SQL, and Joomla development, I can ensure that the code remains modular, making future adjustments easy for you. I’ll document any third-party libraries I use, so you’ll have a clear understanding of everything involved. I’m excited about the chance to help you with this project. Let’s get started on building a user-friendly tool that meets your needs. Best regards, Ivan Mandinski
€500 EUR in 2 days
7.4
7.4

With over 7 years of experience as a Mechanical Design Engineer and proficient in SolidWorks, Fusion 360, and other CAD tools, I am the best-suited person for this project. I understand the importance of precision and attention to detail in your project and assure you that your project will be handled with utmost care. My expertise in JavaScript, MySQL, PHP, and SQL combined with my thorough understanding of 3D Rendering ensures that not only can I create a robust Joomla component but also deliver the exact specificaions you have laid out. Being highly adaptable and solutions-oriented, I can masterfully integrate third-party libraries for geometry parsing and ensure that all calculations needed are accurate and swift. Moreover, my extensive experience in design work for manufacturing sets me apart from other candidates. This translates into me designing storage-efficient structures while using manufacturable components which results in cost-effective production - benefiting your business greatly. Trust me to deliver on time, guaranteeing efficient operability from the start! Hire me today, you won't be disappointed!
€500 EUR in 7 days
7.0
7.0

As an experienced web developer with over 18 years in the field, I can assure you of my ability to execute your project effectively and efficiently. My area of expertise lies in LAMP technology, and over the years I have gained considerable mastery in using PHP and MySQL for web development projects similar to yours. This includes working on renowned CMS platforms such as Joomla, which makes me a natural fit for this job. In addition to that, my knowledge of various PHP frameworks including but not limited to Laravel and Zend allows me to ensure code modularity which is essential for your requirement of adjusting density or unit conversions in the future. Furthermore, my deep understanding of CMS like Joomla will enable me to construct an effective and easily manageable component for 3D file analysis adhering specifically to your needs. Lastly, with the support of my highly skilled iOS and Android developer team, I can provide you a seamless experience across different platforms. If given the opportunity, I'll go above and beyond to deliver not just an installable component along with SQL table definitions, but also provide clear installation steps for your convenience.
€700 EUR in 7 days
6.8
6.8

Hello, I’ll build a Joomla 6 component that accepts only STL/OBJ uploads, stores files and results in SQL, and instantly returns X-Y-Z dimensions, volume, weight, and volume-based price. I’ll add client-side and server-side limits, upload throttling, and a gray-background 3D viewer with zoom/rotate using modular geometry parsing. I’ve worked with PHP, SQL, and 3D file handling, so I’ll keep the code clean, adjustable for density and unit conversion, and include the exact table schema plus setup notes. I’ll verify the STL/OBJ-only workflow before delivery. Thanks- Webcast Technology
€450 EUR in 3 days
6.7
6.7

Hi I can build a Joomla 6 PHP component that lets customers upload STL/OBJ files, stores them securely, calculates dimensions, volume, weight, and estimated price, then displays the result instantly on the frontend. My experience includes Joomla component development, PHP, SQL database design, file upload handling, geometry parsing, Three.js-style 3D viewers, and modular backend calculation logic. The main technical challenge is accurately reading 3D model geometry while keeping uploads safe, fast, and limited by file size and repeated upload rules. I would solve this with a secure upload validator, STL/OBJ-only filtering, configurable max file size, rate-limiting after 3 uploads, and reusable calculation settings for density, units, and volume-based pricing. The frontend can show the uploaded 3D object on a gray background with zoom and rotate controls. The SQL table would store file paths, dimensions, volume, weight, price estimate, upload timestamp, and related status data. I can deliver the installable component or clear setup steps, plus documentation for any third-party parsing/viewer libraries and the PHP config file settings. Thanks, Hercules
€500 EUR in 7 days
6.8
6.8

Hello! This is James from Hollywood, and I’m excited about the opportunity to develop your Joomla STL/OBJ 3D Analyzer Component. I’ve carefully read your project description and believe I have the relevant skills and expertise to deliver precisely what you need, with over 15 years of experience in PHP, SQL, and JavaScript. To ensure I fully understand your vision, could you please clarify the following questions to help me better understand the project? 1. Are there specific STL/OBJ features or functionalities you want the component to support? 2. What user experience are you envisioning for the upload interface? My approach to this project would involve structured phases: starting with requirements gathering, followed by development and rigorous testing to ensure a seamless user experience. I pride myself on production-ready code and clear communication throughout the process. If you're interested, I can share examples of my previous work, including an e-commerce platform that integrates 3D rendering features and a custom tool for STL file analysis. I am confident that my attention to detail and technical expertise make me the right fit for this project. Let’s open a chat to discuss how we can make your vision a reality!
€500 EUR in 3 days
6.4
6.4

need a small Joomla component, written in PHP with an SQL back-end, that lets customers upload STL or OBJ files through the site, stores every file on the server, then immediately returns three key figures on screen: • the model’s overall X-Y-Z dimensions • its calculated weight • its volume in millilitres + price on volume approximation
€500 EUR in 7 days
7.1
7.1

With my 6+ years of experience as an artist, I've learned how to bring creative solutions to the table. This project truly excites me and aligns with my specialized skill set. I have extensive proficiency in 3D rendering which indisputably makes me the best fit for this job. With a meticulous eye for detail, I can create a Joomla component that will reliably upload, store, and deliver accurate information about STL or OBJ files instantly after each upload. As a bonus, my ability to anticipate user customization preferences make the code modular that you can easily adjust density or unit conversions, long after delivery. Communication has always been central to my work ethic and my pleasing personality and humble nature ensure a smooth flow of ideas and suggestions with clients. In terms of code integrity and efficiency, you can rest assured that your installation will be clean and the SQL table definition will be well-implemented ensuring secure storage of file paths record and result values. Let's capture dimensions, weight, volume all in millilitres, with absolute robusness! Please reach out, I am looking forward to hearing from you soon. Cheers!
€250 EUR in 2 days
6.2
6.2

I can build the Joomla component to handle STL/OBJ uploads, store them, and quickly calculate and display dimensions, weight, and volume as you need. In a past project for a 3D printing service, I created a PHP tool that processed similar 3D files and instantly returned key measurements on screen, which helped users preview and verify models before printing. To keep the system responsive, I suggest processing file parsing and calculations server-side in a separate PHP script callable by the component. This will keep the code modular and easy to update later for density or unit tweaks. For geometry parsing, libraries like phpMesh or a lightweight parser could work—do you have a preferred one or should I pick the most efficient? I will provide the full installable package with SQL table definitions for storing file metadata and results, plus clear instructions to deploy on your test site. Ready to start building the component once I get Joomla admin access.
€750 EUR in 7 days
6.1
6.1

Hi, I can build a lightweight Joomla component that uploads STL and OBJ files, calculates dimensions, weight, and volume instantly, then displays the 3D model directly on the page. Your requirement for modular calculation logic and documented geometry parsing is clear, and I can structure the PHP and SQL cleanly so density and unit conversions stay easy to modify later. I will deliver an installable component with secure uploads, stored file records, live calculations, and a maintainable admin friendly setup. Do you already have a preferred density value for weight calculations or should I make it configurable from Joomla admin?
€500 EUR in 7 days
5.8
5.8

I can develop a lightweight Joomla 6 component in PHP with MySQL that allows users to upload STL/OBJ files, instantly calculates dimensions, volume, estimated weight, and pricing, while also displaying the 3D model with zoom/rotate support on the frontend. The component will include upload size limits, upload cooldown after 3 uploads, modular calculation logic for easy future adjustments, and complete SQL table definitions plus installation/setup documentation.
€250 EUR in 2 days
5.7
5.7

With over a decade of experience in 3D modeling and rendering, including extensive work with tools like SketchUp, 3ds Max, AutoCAD and Blender, I am confident that I can create the Joomla STL/OBJ 3D Analyzer Component you need to the highest standard. I understand the unique requirements of your project staying modular for future adjustments and ensuring clear documentation of all third-party library integrations. Having done numerous architectural projects throughout my career, I'm not only well-acquainted with STL and OBJ files but also the precise calculations crucial to this task. I'm conversant with geometry parsing as well, guaranteeing immediate and accurate three key figures on screen for each uploaded file: X-Y-Z dimensions, weight and volume in millimeters. Additionally, my proficiency in PHP, SQL, and use of an efficient functioning-back end ensure secure processing and easy retrieval of data.
€252 EUR in 1 day
5.6
5.6

Hello, I hope you are doing well. I’m an experienced PHP/Joomla developer who builds modular, maintainable components with SQL back-ends. I work on clean, well-documented code that you can extend later, and I design installable Joomla components with straightforward setup and clear docs. I specialize in server-side logic plus a responsive UI to deliver fast feedback after an upload. I’ve previously built Joomla extensions for file uploads, server storage, and data processing pipelines, combining PHP with optional external scripts to parse 3D formats. I guarantee the output, dimensions (X/Y/Z), weight, and volume in mL, will appear instantly after each upload and I’ll include a simple 3D viewer. Code is modular so you can tweak density or unit conversions later, and I’ll document any third‑party libraries used for geometry parsing. I can deliver a complete, installable component (or clear installation steps) plus the SQL table schema for file paths and results. Let’s discuss your test site credentials and your preferred density units to finalize the setup. Best regards, Billy Bryan
€500 EUR in 7 days
5.2
5.2

❤️Hi there ❤️ As a verified engineer, I can do your project perfect. Please check my reviews to verify my skills. To be honest, developers with many comments are agents of agencies or outsourcing companies. Therefore, I believe I am the most suitable candidate for your project. I have a few ideas for your project, and I would like to confirm via private chat whether they align with your thoughts. Warm Regards, Ruslan
€500 EUR in 7 days
5.4
5.4

Riga, Latvia
Payment method verified
Member since Jul 8, 2022
€8-30 EUR
₹750-1250 INR / hour
$1500-3000 USD
$250-750 USD
₹600-1500 INR
$250-750 USD
$10-30 USD
$250-750 AUD
$750-1500 USD
$15-25 USD / hour
$10000-20000 USD
$500-1300 USD
$250-750 USD
₹37500-75000 INR
$30-250 USD
₹12500-37500 INR
$250-750 USD
₹1500-12500 INR
$250-750 USD
₹600-1500 INR
₹12000-20000 INR